Variables

Includes definitions of some variables. More...

Device Type

int MV_UNKNOW_DEVICE = 0x00000000
 Unknown device type, reserved. More...
 
int MV_GIGE_DEVICE = 0x00000001
 GigE device. More...
 
int MV_1394_DEVICE = 0x00000002
 1394-a/b device. More...
 
int MV_USB_DEVICE = 0x00000004
 USB device. More...
 
int MV_CAMERALINK_DEVICE = 0x00000008
 Camera Link device. More...
 
int MV_VIR_GIGE_DEVICE = 0x00000010
 Virtual GigE device. More...
 
int MV_VIR_USB_DEVICE = 0x00000020
 Virtual USB device. More...
 
int MV_GENTL_GIGE_DEVICE = 0x00000040
 Self-developed NIC-based GigE device. More...
 
int MV_GENTL_CAMERALINK_DEVICE = 0x00000080
 Camera Link device connected to Camera Link frame grabber. More...
 
int MV_GENTL_CXP_DEVICE = 0x00000100
 CoaXPress device. More...
 
int MV_GENTL_XOF_DEVICE = 0x00000200
 XoF device. More...
 
int MV_GENTL_VIR_DEVICE = 0x00000800
 Device connected to virtual frame grabber, and it does not support device connected to virtual GEV frame grabber. More...
 

Frame Grabber Type

int MV_GIGE_INTERFACE = 0x00000001
 GigE Vision frame grabber. More...
 
int MV_CAMERALINK_INTERFACE = 0x00000004
 Camera Link frame grabber. More...
 
int MV_CXP_INTERFACE = 0x00000008
 CoaXPress frame grabber. More...
 
int MV_XOF_INTERFACE = 0x00000010
 XoFLink frame grabber. More...
 
int MV_VIR_INTERFACE = 0x00000020
 Virtual frame grabber. More...
 
int MV_LC_INTERFACE = 0x00000040
 Board type light controller. More...
 

Other Types

int INFO_MAX_BUFFER_SIZE = 64
 Maximum data information size. More...
 
int MV_MAX_TLS_NUM = 8
 Maximum number of supported transport layer instances. More...
 
int MV_MAX_DEVICE_NUM = 256
 Maximum number of supported devices. More...
 
int MV_MAX_INTERFACE_NUM = 64
 Maximum number of supported frame grabbers. More...
 
int MV_MAX_SERIAL_PORT_NUM = 64
 Maximum number of supported serial ports. More...
 
int MV_MAX_GENTL_IF_NUM = 256
 Maximum number of supported GenTL. More...
 
int MV_MAX_GENTL_DEV_NUM = 256
 Maximum number of supported GenTL devices. More...
 

Device Access Mode

int MV_ACCESS_Exclusive = 1
 The device owns exclusive permission. More...
 
int MV_ACCESS_ExclusiveWithSwitch = 2
 The device can be preemptively accessed under mode 5 and then turned on with exclusive permission. More...
 
int MV_ACCESS_Control = 3
 The device can be turned on with control permission. More...
 
int MV_ACCESS_ControlWithSwitch = 4
 The device can be preemptively accessed under mode 5 and then turned on with control permission. More...
 
int MV_ACCESS_ControlSwitchEnable = 5
 The device can be turned on with preemptible control permission. More...
 
int MV_ACCESS_ControlSwitchEnableWithKey = 6
 The device can be preemptively accessed under mode 5 and then turned on with preemptible control permission. More...
 
int MV_ACCESS_Monitor = 7
 The device can be turned on in read mode. More...
 

Information Type

int MV_MATCH_TYPE_NET_DETECT = 0x00000001
 Network traffic and packet loss. More...
 
int MV_MATCH_TYPE_USB_DETECT = 0x00000002
 Total number of bytes received by host from USB3 vision device. More...
 

GigE Vision IP Configuration

int MV_IP_CFG_STATIC = 0x05000000
 Static IP address. More...
 
int MV_IP_CFG_DHCP = 0x06000000
 DHCP. More...
 
int MV_IP_CFG_LLA = 0x04000000
 LLA. More...
 

GigE Vision Network Transmission Mode

int MV_NET_TRANS_DRIVER = 0x00000001
 Driver. More...
 
int MV_NET_TRANS_SOCKET = 0x00000002
 Socket. More...
 

Camera Link Baud Rate

int MV_CAML_BAUDRATE_9600 = 0x00000001
 
int MV_CAML_BAUDRATE_19200 = 0x00000002
 
int MV_CAML_BAUDRATE_38400 = 0x00000004
 
int MV_CAML_BAUDRATE_57600 = 0x00000008
 
int MV_CAML_BAUDRATE_115200 = 0x00000010
 
int MV_CAML_BAUDRATE_230400 = 0x00000020
 
int MV_CAML_BAUDRATE_460800 = 0x00000040
 
int MV_CAML_BAUDRATE_921600 = 0x00000080
 
int MV_CAML_BAUDRATE_AUTOMAX = 0x40000000
 Maximum value. More...
 

Exception Message Type

int MV_EXCEPTION_DEV_DISCONNECT = 0x00008001
 Device is disconnected. More...
 
int MV_EXCEPTION_VERSION_CHECK = 0x00008002
 SDK version and driver version mismatch. More...
 

Others

int MAX_EVENT_NAME_SIZE = 128
 Maximum length of device event name. More...
 
int MV_MAX_NODE_NUM = 1024
 Maximum number of nodes. More...
 
int MV_MAX_NODE_NAME_LEN = 64
 Maximum length of node name. More...
 
int MV_MAX_NODE_ERROR_NUM = 64
 Maximum number of errors. More...
 
int MV_MAX_XML_SYMBOLIC_NUM = 64
 Maximum number of XML symbols. More...
 
int MV_MAX_ENUM_SYMBOLIC_NUM = 256
 The number of symbols corresponding to the maximum enumeration entries. More...
 
int MV_MAX_SYMBOLIC_LEN = 64
 The length of symbols corresponding to the maximum enumeration entries. More...
 
int MV_MAX_SPLIT_NUM = 8
 The maximum number of images that can be split from the source image in multi-light control mode. More...
 

Device Sorting Method.

int SortMethod_SerialNumber = 0
 By serial No. More...
 
int SortMethod_UserID = 1
 By user-defined name. More...
 
int SortMethod_CurrentIP_ASC = 2
 By IP address in an ascending order. More...
 
int SortMethod_CurrentIP_DESC = 3
 By IP address in a descending order. More...
 

Image Acquisition Strategy

int MV_GrabStrategy_OneByOne = 0
 Get image frames one by one in chronological order. More...
 
int MV_GrabStrategy_LatestImagesOnly = 1
 Get the latest one frame in the list, and clear the rest images. More...
 
int MV_GrabStrategy_LatestImages = 2
 Get the latest frames in the list. More...
 
int MV_GrabStrategy_UpcomingImage = 3
 Wait for the next frame. More...
 

3D Data Saving Format

int MV_PointCloudFile_Undefined = 0
 Undefined point cloud format. More...
 
int MV_PointCloudFile_PLY = 1
 PLY. More...
 
int MV_PointCloudFile_CSV = 2
 CSV. More...
 
int MV_PointCloudFile_OBJ = 3
 OBJ. More...
 

Image Saving Format

int MV_Image_Undefined = 0
 Undefined image format. More...
 
int MV_Image_Bmp = 1
 BMP. More...
 
int MV_Image_Jpeg = 2
 JPEG. More...
 
int MV_Image_Png = 3
 PNG. More...
 
int MV_Image_Tif = 4
 TIF. More...
 

Rotation Angle

int MV_IMAGE_ROTATE_90 = 1
 90°. More...
 
int MV_IMAGE_ROTATE_180 = 2
 180°. More...
 
int MV_IMAGE_ROTATE_270 = 3
 270°. More...
 

Flipping Type

int MV_FLIP_VERTICAL = 1
 Vertical flipping. More...
 
int MV_FLIP_HORIZONTAL = 2
 Horizontal flipping. More...
 

Gamma Type

int MV_CC_GAMMA_TYPE_NONE = 0
 Disable. More...
 
int MV_CC_GAMMA_TYPE_VALUE = 1
 Gamma value. More...
 
int MV_CC_GAMMA_TYPE_USER_CURVE = 2
 Gamma curve. More...
 
int MV_CC_GAMMA_TYPE_LRGB2SRGB = 3
 Linear RGB to sRGB. More...
 
int MV_CC_GAMMA_TYPE_SRGB2LRGB = 4
 sRGB to linear RGB. More...
 

Recording Format

int MV_FormatType_Undefined = 0
 Undefined format. More...
 
int MV_FormatType_AVI = 1
 AVI. More...
 

Acquisition Mode

int MV_ACQ_MODE_SINGLE = 0
 Single-frame mode. More...
 
int MV_ACQ_MODE_MUTLI = 1
 Multi-frame mode. More...
 
int MV_ACQ_MODE_CONTINUOUS = 2
 Continuous acquisition mode. More...
 

Gain Mode

int MV_GAIN_MODE_OFF = 0
 Off. More...
 
int MV_GAIN_MODE_ONCE = 1
 Once. More...
 
int MV_GAIN_MODE_CONTINUOUS = 2
 Continuous. More...
 

Exposure Mode

int MV_EXPOSURE_MODE_TIMED = 0
 Exposure timeout mode. More...
 
int MV_EXPOSURE_MODE_TRIGGER_WIDTH = 1
 Exposure mode trigger width. More...
 

Automatic Exposure Mode

int MV_EXPOSURE_AUTO_MODE_OFF = 0
 Off. More...
 
int MV_EXPOSURE_AUTO_MODE_ONCE = 1
 Once. More...
 
int MV_EXPOSURE_AUTO_MODE_CONTINUOUS = 2
 Continuous. More...
 

Trigger Mode

int MV_TRIGGER_MODE_OFF = 0
 Off. More...
 
int MV_TRIGGER_MODE_ON = 1
 On. More...
 

Gamma Selector

int MV_GAMMA_SELECTOR_USER = 1
 User. More...
 
int MV_GAMMA_SELECTOR_SRGB = 2
 sRGB. More...
 

White Balance

int MV_BALANCEWHITE_AUTO_OFF = 0
 Off. More...
 
int MV_BALANCEWHITE_AUTO_CONTINUOUS = 1
 Continuous. More...
 
int MV_BALANCEWHITE_AUTO_ONCE = 2
 Once. More...
 

Trigger Source

int MV_TRIGGER_SOURCE_LINE0 = 0
 Line 0. More...
 
int MV_TRIGGER_SOURCE_LINE1 = 1
 Line 1. More...
 
int MV_TRIGGER_SOURCE_LINE2 = 2
 Line 2. More...
 
int MV_TRIGGER_SOURCE_LINE3 = 3
 Line 3. More...
 
int MV_TRIGGER_SOURCE_COUNTER0 = 4
 Counter. More...
 
int MV_TRIGGER_SOURCE_LINE4 = 5
 Line 4. More...
 
int MV_TRIGGER_SOURCE_EncoderModuleOut = 6
 EncoderModuleOut. More...
 
int MV_TRIGGER_SOURCE_SOFTWARE = 7
 Software trigger. More...
 
int MV_TRIGGER_SOURCE_FrequencyConverter = 8
 Frequency converter. More...
 
int MV_TRIGGER_SOURCE_CCC1 = 9
 CC1. More...
 
int MV_TRIGGER_SOURCE_Action2 = 10
 Action 2. More...
 
int MV_TRIGGER_SOURCE_CCC2 = 11
 CC2. More...
 
int MV_TRIGGER_SOURCE_CCC3 = 12
 CC3. More...
 
int MV_TRIGGER_SOURCE_CCC4 = 13
 CC4. More...
 
int MV_TRIGGER_SOURCE_LINE5 = 14
 Line 5. More...
 
int MV_TRIGGER_SOURCE_LINE6 = 15
 Line 6. More...
 
int MV_TRIGGER_SOURCE_LINE7 = 16
 Line 7. More...
 
int MV_TRIGGER_SOURCE_LINE8 = 17
 Line 8. More...
 
int MV_TRIGGER_SOURCE_LINE9 = 18
 Line 9. More...
 
int MV_TRIGGER_SOURCE_LINE10 = 19
 Line 10. More...
 
int MV_TRIGGER_SOURCE_LINE11 = 20
 Line 11. More...
 
int MV_TRIGGER_SOURCE_Action1 = 22
 Action 1. More...
 
int MV_TRIGGER_SOURCE_Action3 = 23
 Action 3. More...
 
int MV_TRIGGER_SOURCE_Action4 = 24
 Action 4. More...
 
int MV_TRIGGER_SOURCE_Anyway = 25
 Anyway (multi-channel). More...
 

Stream Exception Type

int MV_CC_STREAM_EXCEPTION_ABNORMAL_IMAGE = 0x4001
 Image exception (such as incorrect image length, exception occurred when parsing data packet content, and validation failure), and frame dropped (possible cause: link transmission exception and device packet sending exception). More...
 
int MV_CC_STREAM_EXCEPTION_LIST_OVERFLOW = 0x4002
 The buffer queue is full (images are not retrieved in time). More...
 
int MV_CC_STREAM_EXCEPTION_LIST_EMPTY = 0x4003
 The buffer queue is empty (image buffer is not released in time after the image is retrieved). More...
 
int MV_CC_STREAM_EXCEPTION_RECONNECTION = 0x4004
 Trigger a stream recovery once (supported only by USB3 vision devices). More...
 
int MV_CC_STREAM_EXCEPTION_DISCONNECTED = 0x4005
 Stream recovery failed, and image grabbing is interrupted (supported only by USB3 vision devices). More...
 
int MV_CC_STREAM_EXCEPTION_DEVICE = 0x4006
 Device exception, and image grabbing is interrupted (supported only by USB3 vision devices). More...
 
int MV_CC_STREAM_EXCEPTION_PARTIAL_IMAGE = 0x4007
 Insufficient row height. More...
 
int MV_CC_STREAM_EXCEPTION_IMAGE_BUFFER_OVERFLOW = 0x4008
 The size of image data sent by the device exceeds the size of the image buffer, and this frame is discarded. More...
 

GigE Transmission Type

int MV_GIGE_TRANSTYPE_UNICAST = 0
 Unicast mode (default). More...
 
int MV_GIGE_TRANSTYPE_MULTICAST = 1
 Multicast mode. More...
 
int MV_GIGE_TRANSTYPE_LIMITEDBROADCAST = 2
 LAN broadcast (not supported). More...
 
int MV_GIGE_TRANSTYPE_SUBNETBROADCAST = 3
 Subnet broadcast (not supported). More...
 
int MV_GIGE_TRANSTYPE_CAMERADEFINED = 4
 Get from camera (not supported). More...
 
int MV_GIGE_TRANSTYPE_UNICAST_DEFINED_PORT = 5
 Port number for getting image data (user-defined). More...
 
int MV_GIGE_TRANSTYPE_UNICAST_WITHOUT_RECV = 65536
 Unicast mode, with the instance not receiving image data. More...
 
int MV_GIGE_TRANSTYPE_MULTICAST_WITHOUT_RECV = 65537
 Multicast mode, with the instance not receiving image data. More...
 

API Type corresponding to Node

int IFT_IValue = 0
 Value. More...
 
int IFT_IBase = 1
 Base. More...
 
int IFT_IInteger = 2
 Integer. More...
 
int IFT_IBoolean = 3
 Boolean. More...
 
int IFT_ICommand = 4
 Command. More...
 
int IFT_IFloat = 5
 Float. More...
 
int IFT_IString = 6
 String. More...
 
int IFT_IRegister = 7
 Register. More...
 
int IFT_ICategory = 8
 Category. More...
 
int IFT_IEnumeration = 9
 Enumeration. More...
 
int IFT_IEnumEntry = 10
 EnumEntry. More...
 
int IFT_IPort = 11
 Port. More...
 

Node Access Mode

int AM_NI = 0
 Not implemented. More...
 
int AM_NA = 1
 Not available. More...
 
int AM_WO = 2
 Write only. More...
 
int AM_RO = 3
 Read only. More...
 
int AM_RW = 4
 Read and write. More...
 
int AM_Undefined = 5
 Object is not initialized. More...
 
int AM_CycleDetect = 6
 Used internally for AccessMode cycle detection. More...
 

Reason for Error Occurred During Parameter Importing

int MVCC_NODE_ERR_NODE_INVALID = 1
 Node does not exist. More...
 
int MVCC_NODE_ERR_ACCESS = 2,
 Access condition error. More...
 
int MVCC_NODE_ERR_OUT_RANGE = 3,
 Writing range error. More...
 
int MVCC_NODE_ERR_VERIFY_FAILD = 4,
 Validation failed. More...
 
int MVCC_NODE_ERR_OTHER = 100
 Other errors. More...
 

Image Reconstruction Method

int MV_SPLIT_BY_LINE = 1
 The source image is split into multiple images by line. More...
 

Pixel Format

int PixelType_Gvsp_Undefined = -1
 Undefined pixel format. More...
 
int PixelType_Gvsp_Mono1p = 16842807
 Mono 1_Packed. More...
 
int PixelType_Gvsp_Mono2p = 16908344
 Mono 2_Packed. More...
 
int PixelType_Gvsp_Mono4p = 17039417
 Mono 4_Packed. More...
 
int PixelType_Gvsp_Mono8 = 17301505
 Mono 8. More...
 
int PixelType_Gvsp_Mono8_Signed = 17301506
 Mono 8_Signed. More...
 
int PixelType_Gvsp_Mono10 = 17825795
 Mono 10. More...
 
int PixelType_Gvsp_Mono10_Packed = 17563652
 Mono 10_Packed. More...
 
int PixelType_Gvsp_Mono12 = 17825797
 Mono 12. More...
 
int PixelType_Gvsp_Mono12_Packed = 17563654
 Mono 12_Packed. More...
 
int PixelType_Gvsp_Mono14 = 17825829
 Mono 14. More...
 
int PixelType_Gvsp_Mono16 = 17825799
 Mono 16. More...
 
int PixelType_Gvsp_BayerGR8 = 17301512
 BayerGR8. More...
 
int PixelType_Gvsp_BayerRG8 = 17301513
 BayerRG8. More...
 
int PixelType_Gvsp_BayerGB8 = 17301514
 BayerGB8. More...
 
int PixelType_Gvsp_BayerBG8 = 17301515
 BayerBG8. More...
 
int PixelType_Gvsp_BayerRBGG8 = 17301574
 BayerRBGG8. More...
 
int PixelType_Gvsp_BayerBRGG8 = 17301575
 BayerBRGG8. More...
 
int PixelType_Gvsp_BayerGR10 = 17825804
 BayerGR10. More...
 
int PixelType_Gvsp_BayerRG10 = 17825805
 BayerRG10. More...
 
int PixelType_Gvsp_BayerGB10 = 17825806
 BayerGB10. More...
 
int PixelType_Gvsp_BayerBG10 = 17825807
 BayerBG10. More...
 
int PixelType_Gvsp_BayerGR12 = 17825808
 BayerGR12. More...
 
int PixelType_Gvsp_BayerRG12 = 17825809
 BayerRG12. More...
 
int PixelType_Gvsp_BayerGB12 = 17825810
 BayerGB12. More...
 
int PixelType_Gvsp_BayerBG12 = 17825811
 BayerBG12. More...
 
int PixelType_Gvsp_BayerGR10_Packed = 17563686
 BayerGR10_Packed. More...
 
int PixelType_Gvsp_BayerRG10_Packed = 17563687
 BayerRG10_Packed. More...
 
int PixelType_Gvsp_BayerGB10_Packed = 17563688
 BayerGB10_Packed. More...
 
int PixelType_Gvsp_BayerBG10_Packed = 17563689
 BayerBG10_Packed. More...
 
int PixelType_Gvsp_BayerGR12_Packed = 17563690
 BayerGR12_Packed. More...
 
int PixelType_Gvsp_BayerRG12_Packed = 17563691
 BayerRG12_Packed. More...
 
int PixelType_Gvsp_BayerGB12_Packed = 17563692
 BayerGB12_Packed. More...
 
int PixelType_Gvsp_BayerBG12_Packed = 17563693
 BayerBG12_Packed. More...
 
int PixelType_Gvsp_BayerGR16 = 17825838
 BayerGR16. More...
 
int PixelType_Gvsp_BayerRG16 = 17825839
 BayerRG16. More...
 
int PixelType_Gvsp_BayerGB16 = 17825840
 BayerGB16. More...
 
int PixelType_Gvsp_BayerBG16 = 17825841
 BayerBG16. More...
 
int PixelType_Gvsp_RGB8_Packed = 35127316
 RGB8_Packed. More...
 
int PixelType_Gvsp_BGR8_Packed = 35127317
 BGR8_Packed. More...
 
int PixelType_Gvsp_RGBA8_Packed = 35651606
 RGBA8_Packed. More...
 
int PixelType_Gvsp_BGRA8_Packed = 35651607
 BGRA8_Packed. More...
 
int PixelType_Gvsp_RGB10_Packed = 36700184
 RGB10_Packed. More...
 
int PixelType_Gvsp_BGR10_Packed = 36700185
 BGR10_Packed. More...
 
int PixelType_Gvsp_RGB12_Packed = 36700186
 RGB12_Packed. More...
 
int PixelType_Gvsp_BGR12_Packed = 36700187
 BGR12_Packed. More...
 
int PixelType_Gvsp_RGB16_Packed = 36700211
 RGB16_Packed. More...
 
int PixelType_Gvsp_BGR16_Packed = 36700235
 BGR16_Packed. More...
 
int PixelType_Gvsp_RGBA16_Packed = 37748836
 RGBA16_Packed. More...
 
int PixelType_Gvsp_BGRA16_Packed = 37748817
 BGRA16_Packed. More...
 
int PixelType_Gvsp_RGB10V1_Packed = 35651612
 RGB10V1_Packed. More...
 
int PixelType_Gvsp_RGB10V2_Packed = 35651613
 RGB10V2_Packed. More...
 
int PixelType_Gvsp_RGB12V1_Packed = 35913780
 RGB12V1_Packed. More...
 
int PixelType_Gvsp_RGB565_Packed = 34603061
 RGB565_Packed. More...
 
int PixelType_Gvsp_BGR565_Packed = 34603062
 BGR565_Packed. More...
 
int PixelType_Gvsp_YUV411_Packed = 34340894
 YUV411_Packed. More...
 
int PixelType_Gvsp_YUV422_Packed = 34603039
 YUV422_Packed. More...
 
int PixelType_Gvsp_YUV422_YUYV_Packed = 34603058
 YUV422_YUYV_Packed. More...
 
int PixelType_Gvsp_YUV444_Packed = 35127328
 YUV444_Packed. More...
 
int PixelType_Gvsp_YCBCR8_CBYCR = 35127354
 YCBCR8_CBYCR. More...
 
int PixelType_Gvsp_YCBCR422_8 = 34603067
 YCBCR422_8. More...
 
int PixelType_Gvsp_YCBCR422_8_CBYCRY = 34603075
 YCBCR422_8_CBYCRY. More...
 
int PixelType_Gvsp_YCBCR411_8_CBYYCRYY = 34340924
 YCBCR411_8_CBYYCRYY. More...
 
int PixelType_Gvsp_YCBCR601_8_CBYCR = 35127357
 YCBCR601_8_CBYCR. More...
 
int PixelType_Gvsp_YCBCR601_422_8 = 34603070
 YCBCR601_422_8. More...
 
int PixelType_Gvsp_YCBCR601_422_8_CBYCRY = 34603076
 YCBCR601_422_8_CBYCRY. More...
 
int PixelType_Gvsp_YCBCR601_411_8_CBYYCRYY = 34340927
 YCBCR601_411_8_CBYYCRYY. More...
 
int PixelType_Gvsp_YCBCR709_8_CBYCR = 35127360
 YCBCR709_8_CBYCR. More...
 
int PixelType_Gvsp_YCBCR709_422_8 = 34603073
 YCBCR709_422_8. More...
 
int PixelType_Gvsp_YCBCR709_422_8_CBYCRY = 34603077
 YCBCR709_422_8_CBYCRY. More...
 
int PixelType_Gvsp_YCBCR709_411_8_CBYYCRYY = 34340930
 YCBCR709_411_8_CBYYCRYY. More...
 
int PixelType_Gvsp_YUV420SP_NV12 = 34373633
 YUV420SP_NV12. More...
 
int PixelType_Gvsp_YUV420SP_NV21 = 34373634
 YUV420SP_NV21. More...
 
int PixelType_Gvsp_RGB8_Planar = 35127329
 RGB8_Planar. More...
 
int PixelType_Gvsp_RGB10_Planar = 36700194
 RGB10_Planar. More...
 
int PixelType_Gvsp_RGB12_Planar = 36700195
 RGB12_Planar. More...
 
int PixelType_Gvsp_RGB16_Planar = 36700196
 RGB16_Planar. More...
 
int PixelType_Gvsp_Jpeg = -2145910783
 JPEG. More...
 
int PixelType_Gvsp_Coord3D_ABC32f = 39846080
 Coord3D_ABC32f. More...
 
int PixelType_Gvsp_Coord3D_ABC32f_Planar = 39846081
 Coord3D_ABC32f_Planar. More...
 
int PixelType_Gvsp_Coord3D_AC32f = 36176066
 Coord3D_AC32f. More...
 
int PixelType_Gvsp_COORD3D_DEPTH_PLUS_MASK = -2112094207
 COORD3D_DEPTH_PLUS_MASK. More...
 
int PixelType_Gvsp_Coord3D_ABC32 = -2107625471
 Coord3D_ABC32. More...
 
int PixelType_Gvsp_Coord3D_AB32f = -2109722622
 Coord3D_AB32f. More...
 
int PixelType_Gvsp_Coord3D_AB32 = -2109722621
 Coord3D_AB32. More...
 
int PixelType_Gvsp_Coord3D_AC32f_64 = 37748930
 Coord3D_AC32f_64. More...
 
int PixelType_Gvsp_Coord3D_AC32f_Planar = 37748931
 Coord3D_AC32f_Planar. More...
 
int PixelType_Gvsp_Coord3D_AC32 = -2109722620
 Coord3D_AC32. More...
 
int PixelType_Gvsp_Coord3D_A32f = 18874557
 Coord3D_A32f. More...
 
int PixelType_Gvsp_Coord3D_A32 = -2128596987
 Coord3D_A32. More...
 
int PixelType_Gvsp_Coord3D_C32f = 18874559
 Coord3D_C32f. More...
 
int PixelType_Gvsp_Coord3D_C32 = -2128596986
 Coord3D_C32. More...
 
int PixelType_Gvsp_Coord3D_ABC16 = 36700345
 Coord3D_ABC16. More...
 
int PixelType_Gvsp_Coord3D_C16 = 17825976
 Coord3D_C16. More...
 
int PixelType_Gvsp_HB_Mono8 = 0x81080001
 HB_Mono8. More...
 
int PixelType_Gvsp_HB_Mono10 = 0x81100003
 HB_Mono10. More...
 
int PixelType_Gvsp_HB_Mono10_Packed = 0x810C0004
 HB_Mono10_Packed. More...
 
int PixelType_Gvsp_HB_Mono12 = 0x81100005
 HB_Mono12. More...
 
int PixelType_Gvsp_HB_Mono12_Packed = 0x810C0006
 HB_Mono12_Packed. More...
 
int PixelType_Gvsp_HB_Mono16 = 0x81100007
 HB_Mono16. More...
 
int PixelType_Gvsp_HB_BayerGR8 = 0x81080008
 HB_BayerGR8. More...
 
int PixelType_Gvsp_HB_BayerRG8 = 0x81080009
 HB_BayerRG8. More...
 
int PixelType_Gvsp_HB_BayerGB8 = 0x8108000A
 HB_BayerGB8. More...
 
int PixelType_Gvsp_HB_BayerBG8 = 0x8108000B
 HB_BayerBG8. More...
 
int PixelType_Gvsp_HB_BayerRBGG8 = 0x81080046
 HB_BayerRBGG8. More...
 
int PixelType_Gvsp_HB_BayerBRGG8 = 0x81080047
 HB_BayerBRGG8. More...
 
int PixelType_Gvsp_HB_BayerGR10 = 0x8110000C
 HB_BayerGR10. More...
 
int PixelType_Gvsp_HB_BayerRG10 = 0x8110000D
 HB_BayerRG10. More...
 
int PixelType_Gvsp_HB_BayerGB10 = 0x8110000E
 HB_BayerGB10. More...
 
int PixelType_Gvsp_HB_BayerBG10 = 0x8110000F
 HB_BayerBG10. More...
 
int PixelType_Gvsp_HB_BayerGR12 = 0x81100010
 HB_BayerGR12. More...
 
int PixelType_Gvsp_HB_BayerRG12 = 0x81100011
 HB_BayerRG12. More...
 
int PixelType_Gvsp_HB_BayerGB12 = 0x81100012
 HB_BayerGB12. More...
 
int PixelType_Gvsp_HB_BayerBG12 = 0x81100013
 HB_BayerBG12. More...
 
int PixelType_Gvsp_HB_BayerGR10_Packed = 0x810C0026
 HB_BayerGR10_Packed. More...
 
int PixelType_Gvsp_HB_BayerRG10_Packed = 0x810C0027
 HB_BayerRG10_Packed. More...
 
int PixelType_Gvsp_HB_BayerGB10_Packed = 0x810C0028
 HB_BayerGB10_Packed. More...
 
int PixelType_Gvsp_HB_BayerBG10_Packed = 0x810C0029
 HB_BayerBG10_Packed. More...
 
int PixelType_Gvsp_HB_BayerGR12_Packed = 0x810C002A
 HB_BayerGR12_Packed. More...
 
int PixelType_Gvsp_HB_BayerRG12_Packed = 0x810C002B
 HB_BayerRG12_Packed. More...
 
int PixelType_Gvsp_HB_BayerGB12_Packed = 0x810C002C
 HB_BayerGB12_Packed. More...
 
int PixelType_Gvsp_HB_BayerBG12_Packed = 0x810C002D
 HB_BayerBG12_Packed. More...
 
int PixelType_Gvsp_HB_YUV422_Packed = 0x8210001F
 HB_YUV422_Packed. More...
 
int PixelType_Gvsp_HB_YUV422_YUYV_Packed = 0x82100032
 HB_YUV422_YUYV_Packed. More...
 
int PixelType_Gvsp_HB_RGB8_Packed = 0x82180014
 HB_RGB8_Packed. More...
 
int PixelType_Gvsp_HB_BGR8_Packed = 0x82180015
 HB_BGR8_Packed. More...
 
int PixelType_Gvsp_HB_RGBA8_Packed = 0x82200016
 HB_RGBA8_Packed. More...
 
int PixelType_Gvsp_HB_BGRA8_Packed = 0x82200017
 HB_BGRA8_Packed. More...
 
int PixelType_Gvsp_HB_RGB16_Packed = 0x82300033
 HB_RGB16_Packed. More...
 
int PixelType_Gvsp_HB_BGR16_Packed = 0x8230004B
 HB_BGR16_Packed. More...
 
int PixelType_Gvsp_HB_RGBA16_Packed = 0x82400064
 HB_RGBA16_Packed. More...
 
int PixelType_Gvsp_HB_BGRA16_Packed = 0x82400051
 HB_BGRA16_Packed. More...
 

Detailed Description

Includes definitions of some variables.

Variable Documentation

◆ MV_UNKNOW_DEVICE

int MV_UNKNOW_DEVICE = 0x00000000

Unknown device type, reserved.

◆ MV_GIGE_DEVICE

int MV_GIGE_DEVICE = 0x00000001

GigE device.

◆ MV_1394_DEVICE

int MV_1394_DEVICE = 0x00000002

1394-a/b device.

◆ MV_USB_DEVICE

int MV_USB_DEVICE = 0x00000004

USB device.

◆ MV_CAMERALINK_DEVICE

int MV_CAMERALINK_DEVICE = 0x00000008

Camera Link device.

◆ MV_VIR_GIGE_DEVICE

int MV_VIR_GIGE_DEVICE = 0x00000010

Virtual GigE device.

◆ MV_VIR_USB_DEVICE

int MV_VIR_USB_DEVICE = 0x00000020

Virtual USB device.

◆ MV_GENTL_GIGE_DEVICE

int MV_GENTL_GIGE_DEVICE = 0x00000040

Self-developed NIC-based GigE device.

◆ MV_GENTL_CAMERALINK_DEVICE

int MV_GENTL_CAMERALINK_DEVICE = 0x00000080

Camera Link device connected to Camera Link frame grabber.

◆ MV_GENTL_CXP_DEVICE

int MV_GENTL_CXP_DEVICE = 0x00000100

CoaXPress device.

◆ MV_GENTL_XOF_DEVICE

int MV_GENTL_XOF_DEVICE = 0x00000200

XoF device.

◆ MV_GENTL_VIR_DEVICE

int MV_GENTL_VIR_DEVICE = 0x00000800

Device connected to virtual frame grabber, and it does not support device connected to virtual GEV frame grabber.

◆ MV_GIGE_INTERFACE

int MV_GIGE_INTERFACE = 0x00000001

GigE Vision frame grabber.

◆ MV_CAMERALINK_INTERFACE

int MV_CAMERALINK_INTERFACE = 0x00000004

Camera Link frame grabber.

◆ MV_CXP_INTERFACE

int MV_CXP_INTERFACE = 0x00000008

CoaXPress frame grabber.

◆ MV_XOF_INTERFACE

int MV_XOF_INTERFACE = 0x00000010

XoFLink frame grabber.

◆ MV_VIR_INTERFACE

int MV_VIR_INTERFACE = 0x00000020

Virtual frame grabber.

◆ MV_LC_INTERFACE

int MV_LC_INTERFACE = 0x00000040

Board type light controller.

◆ INFO_MAX_BUFFER_SIZE

int INFO_MAX_BUFFER_SIZE = 64

Maximum data information size.

◆ MV_MAX_TLS_NUM

int MV_MAX_TLS_NUM = 8

Maximum number of supported transport layer instances.

◆ MV_MAX_DEVICE_NUM

int MV_MAX_DEVICE_NUM = 256

Maximum number of supported devices.

◆ MV_MAX_INTERFACE_NUM

int MV_MAX_INTERFACE_NUM = 64

Maximum number of supported frame grabbers.

◆ MV_MAX_SERIAL_PORT_NUM

int MV_MAX_SERIAL_PORT_NUM = 64

Maximum number of supported serial ports.

◆ MV_MAX_GENTL_IF_NUM

int MV_MAX_GENTL_IF_NUM = 256

Maximum number of supported GenTL.

◆ MV_MAX_GENTL_DEV_NUM

int MV_MAX_GENTL_DEV_NUM = 256

Maximum number of supported GenTL devices.

◆ MV_ACCESS_Exclusive

int MV_ACCESS_Exclusive = 1

The device owns exclusive permission.

For other apps, only the CCP register is allowed to be read.

◆ MV_ACCESS_ExclusiveWithSwitch

int MV_ACCESS_ExclusiveWithSwitch = 2

The device can be preemptively accessed under mode 5 and then turned on with exclusive permission.

◆ MV_ACCESS_Control

int MV_ACCESS_Control = 3

The device can be turned on with control permission.

For other apps, all registers are allowed to be read.

◆ MV_ACCESS_ControlWithSwitch

int MV_ACCESS_ControlWithSwitch = 4

The device can be preemptively accessed under mode 5 and then turned on with control permission.

◆ MV_ACCESS_ControlSwitchEnable

int MV_ACCESS_ControlSwitchEnable = 5

The device can be turned on with preemptible control permission.

◆ MV_ACCESS_ControlSwitchEnableWithKey

int MV_ACCESS_ControlSwitchEnableWithKey = 6

The device can be preemptively accessed under mode 5 and then turned on with preemptible control permission.

◆ MV_ACCESS_Monitor

int MV_ACCESS_Monitor = 7

The device can be turned on in read mode.

It is applicable to devices under control permission.

◆ MV_MATCH_TYPE_NET_DETECT

int MV_MATCH_TYPE_NET_DETECT = 0x00000001

Network traffic and packet loss.

◆ MV_MATCH_TYPE_USB_DETECT

int MV_MATCH_TYPE_USB_DETECT = 0x00000002

Total number of bytes received by host from USB3 vision device.

◆ MV_IP_CFG_STATIC

int MV_IP_CFG_STATIC = 0x05000000

Static IP address.

◆ MV_IP_CFG_DHCP

int MV_IP_CFG_DHCP = 0x06000000

DHCP.

◆ MV_IP_CFG_LLA

int MV_IP_CFG_LLA = 0x04000000

LLA.

◆ MV_NET_TRANS_DRIVER

int MV_NET_TRANS_DRIVER = 0x00000001

Driver.

◆ MV_NET_TRANS_SOCKET

int MV_NET_TRANS_SOCKET = 0x00000002

Socket.

◆ MV_CAML_BAUDRATE_9600

int MV_CAML_BAUDRATE_9600 = 0x00000001

◆ MV_CAML_BAUDRATE_19200

int MV_CAML_BAUDRATE_19200 = 0x00000002

◆ MV_CAML_BAUDRATE_38400

int MV_CAML_BAUDRATE_38400 = 0x00000004

◆ MV_CAML_BAUDRATE_57600

int MV_CAML_BAUDRATE_57600 = 0x00000008

◆ MV_CAML_BAUDRATE_115200

int MV_CAML_BAUDRATE_115200 = 0x00000010

◆ MV_CAML_BAUDRATE_230400

int MV_CAML_BAUDRATE_230400 = 0x00000020

◆ MV_CAML_BAUDRATE_460800

int MV_CAML_BAUDRATE_460800 = 0x00000040

◆ MV_CAML_BAUDRATE_921600

int MV_CAML_BAUDRATE_921600 = 0x00000080

◆ MV_CAML_BAUDRATE_AUTOMAX

int MV_CAML_BAUDRATE_AUTOMAX = 0x40000000

Maximum value.

◆ MV_EXCEPTION_DEV_DISCONNECT

int MV_EXCEPTION_DEV_DISCONNECT = 0x00008001

Device is disconnected.

◆ MV_EXCEPTION_VERSION_CHECK

int MV_EXCEPTION_VERSION_CHECK = 0x00008002

SDK version and driver version mismatch.

◆ MAX_EVENT_NAME_SIZE

int MAX_EVENT_NAME_SIZE = 128

Maximum length of device event name.

◆ MV_MAX_NODE_NUM

int MV_MAX_NODE_NUM = 1024

Maximum number of nodes.

◆ MV_MAX_NODE_NAME_LEN

int MV_MAX_NODE_NAME_LEN = 64

Maximum length of node name.

◆ MV_MAX_NODE_ERROR_NUM

int MV_MAX_NODE_ERROR_NUM = 64

Maximum number of errors.

◆ MV_MAX_XML_SYMBOLIC_NUM

int MV_MAX_XML_SYMBOLIC_NUM = 64

Maximum number of XML symbols.

◆ MV_MAX_ENUM_SYMBOLIC_NUM

int MV_MAX_ENUM_SYMBOLIC_NUM = 256

The number of symbols corresponding to the maximum enumeration entries.

◆ MV_MAX_SYMBOLIC_LEN

int MV_MAX_SYMBOLIC_LEN = 64

The length of symbols corresponding to the maximum enumeration entries.

◆ MV_MAX_SPLIT_NUM

int MV_MAX_SPLIT_NUM = 8

The maximum number of images that can be split from the source image in multi-light control mode.

◆ SortMethod_SerialNumber

int SortMethod_SerialNumber = 0

By serial No.

◆ SortMethod_UserID

int SortMethod_UserID = 1

By user-defined name.

◆ SortMethod_CurrentIP_ASC

int SortMethod_CurrentIP_ASC = 2

By IP address in an ascending order.

◆ SortMethod_CurrentIP_DESC

int SortMethod_CurrentIP_DESC = 3

By IP address in a descending order.

◆ MV_GrabStrategy_OneByOne

int MV_GrabStrategy_OneByOne = 0

Get image frames one by one in chronological order.

◆ MV_GrabStrategy_LatestImagesOnly

int MV_GrabStrategy_LatestImagesOnly = 1

Get the latest one frame in the list, and clear the rest images.

◆ MV_GrabStrategy_LatestImages

int MV_GrabStrategy_LatestImages = 2

Get the latest frames in the list.

◆ MV_GrabStrategy_UpcomingImage

int MV_GrabStrategy_UpcomingImage = 3

Wait for the next frame.

◆ MV_PointCloudFile_Undefined

int MV_PointCloudFile_Undefined = 0

Undefined point cloud format.

◆ MV_PointCloudFile_PLY

int MV_PointCloudFile_PLY = 1

PLY.

◆ MV_PointCloudFile_CSV

int MV_PointCloudFile_CSV = 2

CSV.

◆ MV_PointCloudFile_OBJ

int MV_PointCloudFile_OBJ = 3

OBJ.

◆ MV_Image_Undefined

int MV_Image_Undefined = 0

Undefined image format.

◆ MV_Image_Bmp

int MV_Image_Bmp = 1

BMP.

◆ MV_Image_Jpeg

int MV_Image_Jpeg = 2

JPEG.

◆ MV_Image_Png

int MV_Image_Png = 3

PNG.

◆ MV_Image_Tif

int MV_Image_Tif = 4

TIF.

◆ MV_IMAGE_ROTATE_90

int MV_IMAGE_ROTATE_90 = 1

90°.

◆ MV_IMAGE_ROTATE_180

int MV_IMAGE_ROTATE_180 = 2

180°.

◆ MV_IMAGE_ROTATE_270

int MV_IMAGE_ROTATE_270 = 3

270°.

◆ MV_FLIP_VERTICAL

int MV_FLIP_VERTICAL = 1

Vertical flipping.

◆ MV_FLIP_HORIZONTAL

int MV_FLIP_HORIZONTAL = 2

Horizontal flipping.

◆ MV_CC_GAMMA_TYPE_NONE

int MV_CC_GAMMA_TYPE_NONE = 0

Disable.

◆ MV_CC_GAMMA_TYPE_VALUE

int MV_CC_GAMMA_TYPE_VALUE = 1

Gamma value.

◆ MV_CC_GAMMA_TYPE_USER_CURVE

int MV_CC_GAMMA_TYPE_USER_CURVE = 2

Gamma curve.

◆ MV_CC_GAMMA_TYPE_LRGB2SRGB

int MV_CC_GAMMA_TYPE_LRGB2SRGB = 3

Linear RGB to sRGB.

◆ MV_CC_GAMMA_TYPE_SRGB2LRGB

int MV_CC_GAMMA_TYPE_SRGB2LRGB = 4

sRGB to linear RGB.

This parameter is valid for color interpolation only. It is invalid for color correction.

◆ MV_FormatType_Undefined

int MV_FormatType_Undefined = 0

Undefined format.

◆ MV_FormatType_AVI

int MV_FormatType_AVI = 1

AVI.

◆ MV_ACQ_MODE_SINGLE

int MV_ACQ_MODE_SINGLE = 0

Single-frame mode.

◆ MV_ACQ_MODE_MUTLI

int MV_ACQ_MODE_MUTLI = 1

Multi-frame mode.

◆ MV_ACQ_MODE_CONTINUOUS

int MV_ACQ_MODE_CONTINUOUS = 2

Continuous acquisition mode.

◆ MV_GAIN_MODE_OFF

int MV_GAIN_MODE_OFF = 0

Off.

◆ MV_GAIN_MODE_ONCE

int MV_GAIN_MODE_ONCE = 1

Once.

◆ MV_GAIN_MODE_CONTINUOUS

int MV_GAIN_MODE_CONTINUOUS = 2

Continuous.

◆ MV_EXPOSURE_MODE_TIMED

int MV_EXPOSURE_MODE_TIMED = 0

Exposure timeout mode.

◆ MV_EXPOSURE_MODE_TRIGGER_WIDTH

int MV_EXPOSURE_MODE_TRIGGER_WIDTH = 1

Exposure mode trigger width.

◆ MV_EXPOSURE_AUTO_MODE_OFF

int MV_EXPOSURE_AUTO_MODE_OFF = 0

Off.

◆ MV_EXPOSURE_AUTO_MODE_ONCE

int MV_EXPOSURE_AUTO_MODE_ONCE = 1

Once.

◆ MV_EXPOSURE_AUTO_MODE_CONTINUOUS

int MV_EXPOSURE_AUTO_MODE_CONTINUOUS = 2

Continuous.

◆ MV_TRIGGER_MODE_OFF

int MV_TRIGGER_MODE_OFF = 0

Off.

◆ MV_TRIGGER_MODE_ON

int MV_TRIGGER_MODE_ON = 1

On.

◆ MV_GAMMA_SELECTOR_USER

int MV_GAMMA_SELECTOR_USER = 1

User.

◆ MV_GAMMA_SELECTOR_SRGB

int MV_GAMMA_SELECTOR_SRGB = 2

sRGB.

◆ MV_BALANCEWHITE_AUTO_OFF

int MV_BALANCEWHITE_AUTO_OFF = 0

Off.

◆ MV_BALANCEWHITE_AUTO_CONTINUOUS

int MV_BALANCEWHITE_AUTO_CONTINUOUS = 1

Continuous.

◆ MV_BALANCEWHITE_AUTO_ONCE

int MV_BALANCEWHITE_AUTO_ONCE = 2

Once.

◆ MV_TRIGGER_SOURCE_LINE0

int MV_TRIGGER_SOURCE_LINE0 = 0

Line 0.

◆ MV_TRIGGER_SOURCE_LINE1

int MV_TRIGGER_SOURCE_LINE1 = 1

Line 1.

◆ MV_TRIGGER_SOURCE_LINE2

int MV_TRIGGER_SOURCE_LINE2 = 2

Line 2.

◆ MV_TRIGGER_SOURCE_LINE3

int MV_TRIGGER_SOURCE_LINE3 = 3

Line 3.

◆ MV_TRIGGER_SOURCE_COUNTER0

int MV_TRIGGER_SOURCE_COUNTER0 = 4

Counter.

◆ MV_TRIGGER_SOURCE_LINE4

int MV_TRIGGER_SOURCE_LINE4 = 5

Line 4.

◆ MV_TRIGGER_SOURCE_EncoderModuleOut

int MV_TRIGGER_SOURCE_EncoderModuleOut = 6

EncoderModuleOut.

◆ MV_TRIGGER_SOURCE_SOFTWARE

int MV_TRIGGER_SOURCE_SOFTWARE = 7

Software trigger.

◆ MV_TRIGGER_SOURCE_FrequencyConverter

int MV_TRIGGER_SOURCE_FrequencyConverter = 8

Frequency converter.

◆ MV_TRIGGER_SOURCE_CCC1

int MV_TRIGGER_SOURCE_CCC1 = 9

CC1.

◆ MV_TRIGGER_SOURCE_Action2

int MV_TRIGGER_SOURCE_Action2 = 10

Action 2.

◆ MV_TRIGGER_SOURCE_CCC2

int MV_TRIGGER_SOURCE_CCC2 = 11

CC2.

◆ MV_TRIGGER_SOURCE_CCC3

int MV_TRIGGER_SOURCE_CCC3 = 12

CC3.

◆ MV_TRIGGER_SOURCE_CCC4

int MV_TRIGGER_SOURCE_CCC4 = 13

CC4.

◆ MV_TRIGGER_SOURCE_LINE5

int MV_TRIGGER_SOURCE_LINE5 = 14

Line 5.

◆ MV_TRIGGER_SOURCE_LINE6

int MV_TRIGGER_SOURCE_LINE6 = 15

Line 6.

◆ MV_TRIGGER_SOURCE_LINE7

int MV_TRIGGER_SOURCE_LINE7 = 16

Line 7.

◆ MV_TRIGGER_SOURCE_LINE8

int MV_TRIGGER_SOURCE_LINE8 = 17

Line 8.

◆ MV_TRIGGER_SOURCE_LINE9

int MV_TRIGGER_SOURCE_LINE9 = 18

Line 9.

◆ MV_TRIGGER_SOURCE_LINE10

int MV_TRIGGER_SOURCE_LINE10 = 19

Line 10.

◆ MV_TRIGGER_SOURCE_LINE11

int MV_TRIGGER_SOURCE_LINE11 = 20

Line 11.

◆ MV_TRIGGER_SOURCE_Action1

int MV_TRIGGER_SOURCE_Action1 = 22

Action 1.

◆ MV_TRIGGER_SOURCE_Action3

int MV_TRIGGER_SOURCE_Action3 = 23

Action 3.

◆ MV_TRIGGER_SOURCE_Action4

int MV_TRIGGER_SOURCE_Action4 = 24

Action 4.

◆ MV_TRIGGER_SOURCE_Anyway

int MV_TRIGGER_SOURCE_Anyway = 25

Anyway (multi-channel).

◆ MV_CC_STREAM_EXCEPTION_ABNORMAL_IMAGE

int MV_CC_STREAM_EXCEPTION_ABNORMAL_IMAGE = 0x4001

Image exception (such as incorrect image length, exception occurred when parsing data packet content, and validation failure), and frame dropped (possible cause: link transmission exception and device packet sending exception).

◆ MV_CC_STREAM_EXCEPTION_LIST_OVERFLOW

int MV_CC_STREAM_EXCEPTION_LIST_OVERFLOW = 0x4002

The buffer queue is full (images are not retrieved in time).

It is not supported by cameras connected to the frame grabber and cameras with a single USB interface.

◆ MV_CC_STREAM_EXCEPTION_LIST_EMPTY

int MV_CC_STREAM_EXCEPTION_LIST_EMPTY = 0x4003

The buffer queue is empty (image buffer is not released in time after the image is retrieved).

◆ MV_CC_STREAM_EXCEPTION_RECONNECTION

int MV_CC_STREAM_EXCEPTION_RECONNECTION = 0x4004

Trigger a stream recovery once (supported only by USB3 vision devices).

◆ MV_CC_STREAM_EXCEPTION_DISCONNECTED

int MV_CC_STREAM_EXCEPTION_DISCONNECTED = 0x4005

Stream recovery failed, and image grabbing is interrupted (supported only by USB3 vision devices).

◆ MV_CC_STREAM_EXCEPTION_DEVICE

int MV_CC_STREAM_EXCEPTION_DEVICE = 0x4006

Device exception, and image grabbing is interrupted (supported only by USB3 vision devices).

◆ MV_CC_STREAM_EXCEPTION_PARTIAL_IMAGE

int MV_CC_STREAM_EXCEPTION_PARTIAL_IMAGE = 0x4007

Insufficient row height.

Incomplete frame is dropped. If dropping incomplete frame is configured for line scan camera or frame grabber, and when the line height is insufficient, the frame will be dropped.

◆ MV_CC_STREAM_EXCEPTION_IMAGE_BUFFER_OVERFLOW

int MV_CC_STREAM_EXCEPTION_IMAGE_BUFFER_OVERFLOW = 0x4008

The size of image data sent by the device exceeds the size of the image buffer, and this frame is discarded.

◆ MV_GIGE_TRANSTYPE_UNICAST

int MV_GIGE_TRANSTYPE_UNICAST = 0

Unicast mode (default).

◆ MV_GIGE_TRANSTYPE_MULTICAST

int MV_GIGE_TRANSTYPE_MULTICAST = 1

Multicast mode.

◆ MV_GIGE_TRANSTYPE_LIMITEDBROADCAST

int MV_GIGE_TRANSTYPE_LIMITEDBROADCAST = 2

LAN broadcast (not supported).

◆ MV_GIGE_TRANSTYPE_SUBNETBROADCAST

int MV_GIGE_TRANSTYPE_SUBNETBROADCAST = 3

Subnet broadcast (not supported).

◆ MV_GIGE_TRANSTYPE_CAMERADEFINED

int MV_GIGE_TRANSTYPE_CAMERADEFINED = 4

Get from camera (not supported).

◆ MV_GIGE_TRANSTYPE_UNICAST_DEFINED_PORT

int MV_GIGE_TRANSTYPE_UNICAST_DEFINED_PORT = 5

Port number for getting image data (user-defined).

◆ MV_GIGE_TRANSTYPE_UNICAST_WITHOUT_RECV

int MV_GIGE_TRANSTYPE_UNICAST_WITHOUT_RECV = 65536

Unicast mode, with the instance not receiving image data.

◆ MV_GIGE_TRANSTYPE_MULTICAST_WITHOUT_RECV

int MV_GIGE_TRANSTYPE_MULTICAST_WITHOUT_RECV = 65537

Multicast mode, with the instance not receiving image data.

◆ IFT_IValue

int IFT_IValue = 0

Value.

◆ IFT_IBase

int IFT_IBase = 1

Base.

◆ IFT_IInteger

int IFT_IInteger = 2

Integer.

◆ IFT_IBoolean

int IFT_IBoolean = 3

Boolean.

◆ IFT_ICommand

int IFT_ICommand = 4

Command.

◆ IFT_IFloat

int IFT_IFloat = 5

Float.

◆ IFT_IString

int IFT_IString = 6

String.

◆ IFT_IRegister

int IFT_IRegister = 7

Register.

◆ IFT_ICategory

int IFT_ICategory = 8

Category.

◆ IFT_IEnumeration

int IFT_IEnumeration = 9

Enumeration.

◆ IFT_IEnumEntry

int IFT_IEnumEntry = 10

EnumEntry.

◆ IFT_IPort

int IFT_IPort = 11

Port.

◆ AM_NI

int AM_NI = 0

Not implemented.

◆ AM_NA

int AM_NA = 1

Not available.

◆ AM_WO

int AM_WO = 2

Write only.

◆ AM_RO

int AM_RO = 3

Read only.

◆ AM_RW

int AM_RW = 4

Read and write.

◆ AM_Undefined

int AM_Undefined = 5

Object is not initialized.

◆ AM_CycleDetect

int AM_CycleDetect = 6

Used internally for AccessMode cycle detection.

◆ MVCC_NODE_ERR_NODE_INVALID

int MVCC_NODE_ERR_NODE_INVALID = 1

Node does not exist.

◆ MVCC_NODE_ERR_ACCESS

int MVCC_NODE_ERR_ACCESS = 2,

Access condition error.

The node is not readable or writable.

◆ MVCC_NODE_ERR_OUT_RANGE

int MVCC_NODE_ERR_OUT_RANGE = 3,

Writing range error.

The writing range exceeds the supported range.

◆ MVCC_NODE_ERR_VERIFY_FAILD

int MVCC_NODE_ERR_VERIFY_FAILD = 4,

Validation failed.

The writing value and the file value mismatch.

◆ MVCC_NODE_ERR_OTHER

int MVCC_NODE_ERR_OTHER = 100

Other errors.

Refer to logs for details.

◆ MV_SPLIT_BY_LINE

int MV_SPLIT_BY_LINE = 1

The source image is split into multiple images by line.

◆ PixelType_Gvsp_Undefined

int PixelType_Gvsp_Undefined = -1

Undefined pixel format.

◆ PixelType_Gvsp_Mono1p

int PixelType_Gvsp_Mono1p = 16842807

Mono 1_Packed.

◆ PixelType_Gvsp_Mono2p

int PixelType_Gvsp_Mono2p = 16908344

Mono 2_Packed.

◆ PixelType_Gvsp_Mono4p

int PixelType_Gvsp_Mono4p = 17039417

Mono 4_Packed.

◆ PixelType_Gvsp_Mono8

int PixelType_Gvsp_Mono8 = 17301505

Mono 8.

◆ PixelType_Gvsp_Mono8_Signed

int PixelType_Gvsp_Mono8_Signed = 17301506

Mono 8_Signed.

◆ PixelType_Gvsp_Mono10

int PixelType_Gvsp_Mono10 = 17825795

Mono 10.

◆ PixelType_Gvsp_Mono10_Packed

int PixelType_Gvsp_Mono10_Packed = 17563652

Mono 10_Packed.

◆ PixelType_Gvsp_Mono12

int PixelType_Gvsp_Mono12 = 17825797

Mono 12.

◆ PixelType_Gvsp_Mono12_Packed

int PixelType_Gvsp_Mono12_Packed = 17563654

Mono 12_Packed.

◆ PixelType_Gvsp_Mono14

int PixelType_Gvsp_Mono14 = 17825829

Mono 14.

◆ PixelType_Gvsp_Mono16

int PixelType_Gvsp_Mono16 = 17825799

Mono 16.

◆ PixelType_Gvsp_BayerGR8

int PixelType_Gvsp_BayerGR8 = 17301512

BayerGR8.

◆ PixelType_Gvsp_BayerRG8

int PixelType_Gvsp_BayerRG8 = 17301513

BayerRG8.

◆ PixelType_Gvsp_BayerGB8

int PixelType_Gvsp_BayerGB8 = 17301514

BayerGB8.

◆ PixelType_Gvsp_BayerBG8

int PixelType_Gvsp_BayerBG8 = 17301515

BayerBG8.

◆ PixelType_Gvsp_BayerRBGG8

int PixelType_Gvsp_BayerRBGG8 = 17301574

BayerRBGG8.

◆ PixelType_Gvsp_BayerBRGG8

int PixelType_Gvsp_BayerBRGG8 = 17301575

BayerBRGG8.

◆ PixelType_Gvsp_BayerGR10

int PixelType_Gvsp_BayerGR10 = 17825804

BayerGR10.

◆ PixelType_Gvsp_BayerRG10

int PixelType_Gvsp_BayerRG10 = 17825805

BayerRG10.

◆ PixelType_Gvsp_BayerGB10

int PixelType_Gvsp_BayerGB10 = 17825806

BayerGB10.

◆ PixelType_Gvsp_BayerBG10

int PixelType_Gvsp_BayerBG10 = 17825807

BayerBG10.

◆ PixelType_Gvsp_BayerGR12

int PixelType_Gvsp_BayerGR12 = 17825808

BayerGR12.

◆ PixelType_Gvsp_BayerRG12

int PixelType_Gvsp_BayerRG12 = 17825809

BayerRG12.

◆ PixelType_Gvsp_BayerGB12

int PixelType_Gvsp_BayerGB12 = 17825810

BayerGB12.

◆ PixelType_Gvsp_BayerBG12

int PixelType_Gvsp_BayerBG12 = 17825811

BayerBG12.

◆ PixelType_Gvsp_BayerGR10_Packed

int PixelType_Gvsp_BayerGR10_Packed = 17563686

BayerGR10_Packed.

◆ PixelType_Gvsp_BayerRG10_Packed

int PixelType_Gvsp_BayerRG10_Packed = 17563687

BayerRG10_Packed.

◆ PixelType_Gvsp_BayerGB10_Packed

int PixelType_Gvsp_BayerGB10_Packed = 17563688

BayerGB10_Packed.

◆ PixelType_Gvsp_BayerBG10_Packed

int PixelType_Gvsp_BayerBG10_Packed = 17563689

BayerBG10_Packed.

◆ PixelType_Gvsp_BayerGR12_Packed

int PixelType_Gvsp_BayerGR12_Packed = 17563690

BayerGR12_Packed.

◆ PixelType_Gvsp_BayerRG12_Packed

int PixelType_Gvsp_BayerRG12_Packed = 17563691

BayerRG12_Packed.

◆ PixelType_Gvsp_BayerGB12_Packed

int PixelType_Gvsp_BayerGB12_Packed = 17563692

BayerGB12_Packed.

◆ PixelType_Gvsp_BayerBG12_Packed

int PixelType_Gvsp_BayerBG12_Packed = 17563693

BayerBG12_Packed.

◆ PixelType_Gvsp_BayerGR16

int PixelType_Gvsp_BayerGR16 = 17825838

BayerGR16.

◆ PixelType_Gvsp_BayerRG16

int PixelType_Gvsp_BayerRG16 = 17825839

BayerRG16.

◆ PixelType_Gvsp_BayerGB16

int PixelType_Gvsp_BayerGB16 = 17825840

BayerGB16.

◆ PixelType_Gvsp_BayerBG16

int PixelType_Gvsp_BayerBG16 = 17825841

BayerBG16.

◆ PixelType_Gvsp_RGB8_Packed

int PixelType_Gvsp_RGB8_Packed = 35127316

RGB8_Packed.

◆ PixelType_Gvsp_BGR8_Packed

int PixelType_Gvsp_BGR8_Packed = 35127317

BGR8_Packed.

◆ PixelType_Gvsp_RGBA8_Packed

int PixelType_Gvsp_RGBA8_Packed = 35651606

RGBA8_Packed.

◆ PixelType_Gvsp_BGRA8_Packed

int PixelType_Gvsp_BGRA8_Packed = 35651607

BGRA8_Packed.

◆ PixelType_Gvsp_RGB10_Packed

int PixelType_Gvsp_RGB10_Packed = 36700184

RGB10_Packed.

◆ PixelType_Gvsp_BGR10_Packed

int PixelType_Gvsp_BGR10_Packed = 36700185

BGR10_Packed.

◆ PixelType_Gvsp_RGB12_Packed

int PixelType_Gvsp_RGB12_Packed = 36700186

RGB12_Packed.

◆ PixelType_Gvsp_BGR12_Packed

int PixelType_Gvsp_BGR12_Packed = 36700187

BGR12_Packed.

◆ PixelType_Gvsp_RGB16_Packed

int PixelType_Gvsp_RGB16_Packed = 36700211

RGB16_Packed.

◆ PixelType_Gvsp_BGR16_Packed

int PixelType_Gvsp_BGR16_Packed = 36700235

BGR16_Packed.

◆ PixelType_Gvsp_RGBA16_Packed

int PixelType_Gvsp_RGBA16_Packed = 37748836

RGBA16_Packed.

◆ PixelType_Gvsp_BGRA16_Packed

int PixelType_Gvsp_BGRA16_Packed = 37748817

BGRA16_Packed.

◆ PixelType_Gvsp_RGB10V1_Packed

int PixelType_Gvsp_RGB10V1_Packed = 35651612

RGB10V1_Packed.

◆ PixelType_Gvsp_RGB10V2_Packed

int PixelType_Gvsp_RGB10V2_Packed = 35651613

RGB10V2_Packed.

◆ PixelType_Gvsp_RGB12V1_Packed

int PixelType_Gvsp_RGB12V1_Packed = 35913780

RGB12V1_Packed.

◆ PixelType_Gvsp_RGB565_Packed

int PixelType_Gvsp_RGB565_Packed = 34603061

RGB565_Packed.

◆ PixelType_Gvsp_BGR565_Packed

int PixelType_Gvsp_BGR565_Packed = 34603062

BGR565_Packed.

◆ PixelType_Gvsp_YUV411_Packed

int PixelType_Gvsp_YUV411_Packed = 34340894

YUV411_Packed.

◆ PixelType_Gvsp_YUV422_Packed

int PixelType_Gvsp_YUV422_Packed = 34603039

YUV422_Packed.

◆ PixelType_Gvsp_YUV422_YUYV_Packed

int PixelType_Gvsp_YUV422_YUYV_Packed = 34603058

YUV422_YUYV_Packed.

◆ PixelType_Gvsp_YUV444_Packed

int PixelType_Gvsp_YUV444_Packed = 35127328

YUV444_Packed.

◆ PixelType_Gvsp_YCBCR8_CBYCR

int PixelType_Gvsp_YCBCR8_CBYCR = 35127354

YCBCR8_CBYCR.

◆ PixelType_Gvsp_YCBCR422_8

int PixelType_Gvsp_YCBCR422_8 = 34603067

YCBCR422_8.

◆ PixelType_Gvsp_YCBCR422_8_CBYCRY

int PixelType_Gvsp_YCBCR422_8_CBYCRY = 34603075

YCBCR422_8_CBYCRY.

◆ PixelType_Gvsp_YCBCR411_8_CBYYCRYY

int PixelType_Gvsp_YCBCR411_8_CBYYCRYY = 34340924

YCBCR411_8_CBYYCRYY.

◆ PixelType_Gvsp_YCBCR601_8_CBYCR

int PixelType_Gvsp_YCBCR601_8_CBYCR = 35127357

YCBCR601_8_CBYCR.

◆ PixelType_Gvsp_YCBCR601_422_8

int PixelType_Gvsp_YCBCR601_422_8 = 34603070

YCBCR601_422_8.

◆ PixelType_Gvsp_YCBCR601_422_8_CBYCRY

int PixelType_Gvsp_YCBCR601_422_8_CBYCRY = 34603076

YCBCR601_422_8_CBYCRY.

◆ PixelType_Gvsp_YCBCR601_411_8_CBYYCRYY

int PixelType_Gvsp_YCBCR601_411_8_CBYYCRYY = 34340927

YCBCR601_411_8_CBYYCRYY.

◆ PixelType_Gvsp_YCBCR709_8_CBYCR

int PixelType_Gvsp_YCBCR709_8_CBYCR = 35127360

YCBCR709_8_CBYCR.

◆ PixelType_Gvsp_YCBCR709_422_8

int PixelType_Gvsp_YCBCR709_422_8 = 34603073

YCBCR709_422_8.

◆ PixelType_Gvsp_YCBCR709_422_8_CBYCRY

int PixelType_Gvsp_YCBCR709_422_8_CBYCRY = 34603077

YCBCR709_422_8_CBYCRY.

◆ PixelType_Gvsp_YCBCR709_411_8_CBYYCRYY

int PixelType_Gvsp_YCBCR709_411_8_CBYYCRYY = 34340930

YCBCR709_411_8_CBYYCRYY.

◆ PixelType_Gvsp_YUV420SP_NV12

int PixelType_Gvsp_YUV420SP_NV12 = 34373633

YUV420SP_NV12.

◆ PixelType_Gvsp_YUV420SP_NV21

int PixelType_Gvsp_YUV420SP_NV21 = 34373634

YUV420SP_NV21.

◆ PixelType_Gvsp_RGB8_Planar

int PixelType_Gvsp_RGB8_Planar = 35127329

RGB8_Planar.

◆ PixelType_Gvsp_RGB10_Planar

int PixelType_Gvsp_RGB10_Planar = 36700194

RGB10_Planar.

◆ PixelType_Gvsp_RGB12_Planar

int PixelType_Gvsp_RGB12_Planar = 36700195

RGB12_Planar.

◆ PixelType_Gvsp_RGB16_Planar

int PixelType_Gvsp_RGB16_Planar = 36700196

RGB16_Planar.

◆ PixelType_Gvsp_Jpeg

int PixelType_Gvsp_Jpeg = -2145910783

JPEG.

◆ PixelType_Gvsp_Coord3D_ABC32f

int PixelType_Gvsp_Coord3D_ABC32f = 39846080

Coord3D_ABC32f.

◆ PixelType_Gvsp_Coord3D_ABC32f_Planar

int PixelType_Gvsp_Coord3D_ABC32f_Planar = 39846081

Coord3D_ABC32f_Planar.

◆ PixelType_Gvsp_Coord3D_AC32f

int PixelType_Gvsp_Coord3D_AC32f = 36176066

Coord3D_AC32f.

◆ PixelType_Gvsp_COORD3D_DEPTH_PLUS_MASK

int PixelType_Gvsp_COORD3D_DEPTH_PLUS_MASK = -2112094207

COORD3D_DEPTH_PLUS_MASK.

◆ PixelType_Gvsp_Coord3D_ABC32

int PixelType_Gvsp_Coord3D_ABC32 = -2107625471

Coord3D_ABC32.

◆ PixelType_Gvsp_Coord3D_AB32f

int PixelType_Gvsp_Coord3D_AB32f = -2109722622

Coord3D_AB32f.

◆ PixelType_Gvsp_Coord3D_AB32

int PixelType_Gvsp_Coord3D_AB32 = -2109722621

Coord3D_AB32.

◆ PixelType_Gvsp_Coord3D_AC32f_64

int PixelType_Gvsp_Coord3D_AC32f_64 = 37748930

Coord3D_AC32f_64.

◆ PixelType_Gvsp_Coord3D_AC32f_Planar

int PixelType_Gvsp_Coord3D_AC32f_Planar = 37748931

Coord3D_AC32f_Planar.

◆ PixelType_Gvsp_Coord3D_AC32

int PixelType_Gvsp_Coord3D_AC32 = -2109722620

Coord3D_AC32.

◆ PixelType_Gvsp_Coord3D_A32f

int PixelType_Gvsp_Coord3D_A32f = 18874557

Coord3D_A32f.

◆ PixelType_Gvsp_Coord3D_A32

int PixelType_Gvsp_Coord3D_A32 = -2128596987

Coord3D_A32.

◆ PixelType_Gvsp_Coord3D_C32f

int PixelType_Gvsp_Coord3D_C32f = 18874559

Coord3D_C32f.

◆ PixelType_Gvsp_Coord3D_C32

int PixelType_Gvsp_Coord3D_C32 = -2128596986

Coord3D_C32.

◆ PixelType_Gvsp_Coord3D_ABC16

int PixelType_Gvsp_Coord3D_ABC16 = 36700345

Coord3D_ABC16.

◆ PixelType_Gvsp_Coord3D_C16

int PixelType_Gvsp_Coord3D_C16 = 17825976

Coord3D_C16.

◆ PixelType_Gvsp_HB_Mono8

int PixelType_Gvsp_HB_Mono8 = 0x81080001

HB_Mono8.

◆ PixelType_Gvsp_HB_Mono10

int PixelType_Gvsp_HB_Mono10 = 0x81100003

HB_Mono10.

◆ PixelType_Gvsp_HB_Mono10_Packed

int PixelType_Gvsp_HB_Mono10_Packed = 0x810C0004

HB_Mono10_Packed.

◆ PixelType_Gvsp_HB_Mono12

int PixelType_Gvsp_HB_Mono12 = 0x81100005

HB_Mono12.

◆ PixelType_Gvsp_HB_Mono12_Packed

int PixelType_Gvsp_HB_Mono12_Packed = 0x810C0006

HB_Mono12_Packed.

◆ PixelType_Gvsp_HB_Mono16

int PixelType_Gvsp_HB_Mono16 = 0x81100007

HB_Mono16.

◆ PixelType_Gvsp_HB_BayerGR8

int PixelType_Gvsp_HB_BayerGR8 = 0x81080008

HB_BayerGR8.

◆ PixelType_Gvsp_HB_BayerRG8

int PixelType_Gvsp_HB_BayerRG8 = 0x81080009

HB_BayerRG8.

◆ PixelType_Gvsp_HB_BayerGB8

int PixelType_Gvsp_HB_BayerGB8 = 0x8108000A

HB_BayerGB8.

◆ PixelType_Gvsp_HB_BayerBG8

int PixelType_Gvsp_HB_BayerBG8 = 0x8108000B

HB_BayerBG8.

◆ PixelType_Gvsp_HB_BayerRBGG8

int PixelType_Gvsp_HB_BayerRBGG8 = 0x81080046

HB_BayerRBGG8.

◆ PixelType_Gvsp_HB_BayerBRGG8

int PixelType_Gvsp_HB_BayerBRGG8 = 0x81080047

HB_BayerBRGG8.

◆ PixelType_Gvsp_HB_BayerGR10

int PixelType_Gvsp_HB_BayerGR10 = 0x8110000C

HB_BayerGR10.

◆ PixelType_Gvsp_HB_BayerRG10

int PixelType_Gvsp_HB_BayerRG10 = 0x8110000D

HB_BayerRG10.

◆ PixelType_Gvsp_HB_BayerGB10

int PixelType_Gvsp_HB_BayerGB10 = 0x8110000E

HB_BayerGB10.

◆ PixelType_Gvsp_HB_BayerBG10

int PixelType_Gvsp_HB_BayerBG10 = 0x8110000F

HB_BayerBG10.

◆ PixelType_Gvsp_HB_BayerGR12

int PixelType_Gvsp_HB_BayerGR12 = 0x81100010

HB_BayerGR12.

◆ PixelType_Gvsp_HB_BayerRG12

int PixelType_Gvsp_HB_BayerRG12 = 0x81100011

HB_BayerRG12.

◆ PixelType_Gvsp_HB_BayerGB12

int PixelType_Gvsp_HB_BayerGB12 = 0x81100012

HB_BayerGB12.

◆ PixelType_Gvsp_HB_BayerBG12

int PixelType_Gvsp_HB_BayerBG12 = 0x81100013

HB_BayerBG12.

◆ PixelType_Gvsp_HB_BayerGR10_Packed

int PixelType_Gvsp_HB_BayerGR10_Packed = 0x810C0026

HB_BayerGR10_Packed.

◆ PixelType_Gvsp_HB_BayerRG10_Packed

int PixelType_Gvsp_HB_BayerRG10_Packed = 0x810C0027

HB_BayerRG10_Packed.

◆ PixelType_Gvsp_HB_BayerGB10_Packed

int PixelType_Gvsp_HB_BayerGB10_Packed = 0x810C0028

HB_BayerGB10_Packed.

◆ PixelType_Gvsp_HB_BayerBG10_Packed

int PixelType_Gvsp_HB_BayerBG10_Packed = 0x810C0029

HB_BayerBG10_Packed.

◆ PixelType_Gvsp_HB_BayerGR12_Packed

int PixelType_Gvsp_HB_BayerGR12_Packed = 0x810C002A

HB_BayerGR12_Packed.

◆ PixelType_Gvsp_HB_BayerRG12_Packed

int PixelType_Gvsp_HB_BayerRG12_Packed = 0x810C002B

HB_BayerRG12_Packed.

◆ PixelType_Gvsp_HB_BayerGB12_Packed

int PixelType_Gvsp_HB_BayerGB12_Packed = 0x810C002C

HB_BayerGB12_Packed.

◆ PixelType_Gvsp_HB_BayerBG12_Packed

int PixelType_Gvsp_HB_BayerBG12_Packed = 0x810C002D

HB_BayerBG12_Packed.

◆ PixelType_Gvsp_HB_YUV422_Packed

int PixelType_Gvsp_HB_YUV422_Packed = 0x8210001F

HB_YUV422_Packed.

◆ PixelType_Gvsp_HB_YUV422_YUYV_Packed

int PixelType_Gvsp_HB_YUV422_YUYV_Packed = 0x82100032

HB_YUV422_YUYV_Packed.

◆ PixelType_Gvsp_HB_RGB8_Packed

int PixelType_Gvsp_HB_RGB8_Packed = 0x82180014

HB_RGB8_Packed.

◆ PixelType_Gvsp_HB_BGR8_Packed

int PixelType_Gvsp_HB_BGR8_Packed = 0x82180015

HB_BGR8_Packed.

◆ PixelType_Gvsp_HB_RGBA8_Packed

int PixelType_Gvsp_HB_RGBA8_Packed = 0x82200016

HB_RGBA8_Packed.

◆ PixelType_Gvsp_HB_BGRA8_Packed

int PixelType_Gvsp_HB_BGRA8_Packed = 0x82200017

HB_BGRA8_Packed.

◆ PixelType_Gvsp_HB_RGB16_Packed

int PixelType_Gvsp_HB_RGB16_Packed = 0x82300033

HB_RGB16_Packed.

◆ PixelType_Gvsp_HB_BGR16_Packed

int PixelType_Gvsp_HB_BGR16_Packed = 0x8230004B

HB_BGR16_Packed.

◆ PixelType_Gvsp_HB_RGBA16_Packed

int PixelType_Gvsp_HB_RGBA16_Packed = 0x82400064

HB_RGBA16_Packed.

◆ PixelType_Gvsp_HB_BGRA16_Packed

int PixelType_Gvsp_HB_BGRA16_Packed = 0x82400051

HB_BGRA16_Packed.